home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMPREFETCH / TFRMPREFETCH.txt
Text File  |  2008-10-30  |  2KB  |  76 lines

  1. object frmPreFetch: TfrmPreFetch
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbBootPrefetch: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 150
  18.     Caption = 'gbBootPrefetch'
  19.     TabOrder = 0
  20.     object lblBootPrefetch: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 550
  24.       Height = 67
  25.       OnLinkClick = lblAppPrefetchLinkClick
  26.       LinkColor = 14509568
  27.       LinkSelectedColor = 14522624
  28.       WordWrap = True
  29.       Transparent = True
  30.       AutoSize = False
  31.       Caption = 'lblBootPrefetch'
  32.       ShowAccelChar = True
  33.     end
  34.     object cbBootPrefetch: TCheckBox
  35.       Left = 24
  36.       Top = 110
  37.       Width = 550
  38.       Height = 17
  39.       Caption = 'cbBootPrefetch'
  40.       TabOrder = 0
  41.       OnClick = PrefetchChanged
  42.     end
  43.   end
  44.   object gbAppPrefetch: TGroupBox
  45.     Left = 16
  46.     Top = 164
  47.     Width = 605
  48.     Height = 150
  49.     Caption = 'gbAppPrefetch'
  50.     TabOrder = 1
  51.     object lblAppPrefetch: TAxLabel
  52.       Left = 24
  53.       Top = 30
  54.       Width = 550
  55.       Height = 67
  56.       OnLinkClick = lblAppPrefetchLinkClick
  57.       LinkColor = 14509568
  58.       LinkSelectedColor = 14522624
  59.       WordWrap = True
  60.       Transparent = True
  61.       AutoSize = False
  62.       Caption = 'lblAppPrefetch'
  63.       ShowAccelChar = True
  64.     end
  65.     object cbAppPrefetch: TCheckBox
  66.       Left = 24
  67.       Top = 110
  68.       Width = 550
  69.       Height = 17
  70.       Caption = 'cbAppPrefetch'
  71.       TabOrder = 0
  72.       OnClick = PrefetchChanged
  73.     end
  74.   end
  75. end
  76.